home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Desktop Improver / DosMan / DosMan.Install < prev    next >
Text File  |  1996-09-26  |  511b  |  21 lines

  1. newcli
  2.  
  3. echo "DosMan Install Script by Peter Bagnato"
  4. echo "I will now copy MUInt into your C: directory."
  5. echo "If you do not have MUI installed then answer no!"
  6. ask "Do you wish to continue? yes/no"
  7.  
  8. If WARN
  9.  copy Muint to C:
  10.  echo "It has been done!"
  11. Else
  12.  echo "Nothing was copied..."
  13.  echo "To view the DosMan pages, use the AmigaGuide version..."
  14.  echo "Or view the pages individually with your favorite text viewer..."
  15.  echo "The DosMan pages are in the man directory... enjoy :)"
  16. Endif
  17.  
  18. wait 30
  19.  
  20. endcli
  21.